get Activity Log
Retrieves activity log entries for the current SDK instance.
Entries are returned in reverse chronological order (newest first). Use offset and count for paging.
If the Activity Log feature was not enabled during SDK initialization, or the Activity Log database does not exist for this instance, this returns an empty list.
Return
A list of ActivityLogEntry items. Each entry may contain one or more event details.
Parameters
offset
Number of entries to skip. Must be >= 0.
count
Maximum number of entries to return. Must be >= 0.
Throws
If the SDK is not initialized before calling this function. See: initialize.
If the Activity Log storage cannot be opened or initialized.
If reading or mapping activity log entries fails for any other reason.